home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / C / Applications / Moscow ML 1.42 / src / !runtime / sys.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-08-18  |  187 b   |  12 lines  |  [TEXT/R*ch]

  1. #ifndef _sys_
  2. #define _sys_
  3.  
  4. #include "misc.h"
  5.  
  6. void sys_error P((char *));
  7. void raise_pending_signal P((void));
  8. void sys_init P((char **));
  9. void sys_exit P((value));
  10.  
  11. #endif /* _sys_ */
  12.